Remove unnecessary zlib includes.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 23 Mar 2006 17:57:21 +0000 (18:57 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 23 Mar 2006 17:57:21 +0000 (18:57 +0100)
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
tools/libxc/xc_core.c
tools/libxc/xc_private.c

index d5ffbb037664f5894e14076e4370f0dd9dc6314e..4d7158b72e7f5aa08f7fda63379c6da91140214a 100644 (file)
@@ -3,7 +3,6 @@
 #include "xc_elf.h"
 #include <stdlib.h>
 #include <unistd.h>
-#include <zlib.h>
 
 /* number of pages to write at a time */
 #define DUMP_INCREMENT (4 * 1024)
index d4b34a8f467216a27f71d5d849725b4d736cc00e..4dee967dd2d666940bcafa05c90dce530be3a49b 100644 (file)
@@ -4,7 +4,6 @@
  * Helper functions for the rest of the library.
  */
 
-#include <zlib.h>
 #include "xc_private.h"
 #include <xen/memory.h>